home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / samples / hexcalc / hc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-09-02  |  68 b   |  4 lines

  1. #define MAX_ID    200
  2. char *id_name[MAX_ID];
  3. double id_val[MAX_ID];
  4.